{
    "UrbanDataset" : {
        "context" : {
            "producer" : {
                "id" : "Solution-ID",
                "schemeID" : "SCPS"
            },
            "timeZone" : "UTC+1",
            "timestamp" : "2026-04-28T08:00:40",
            "coordinates" : {
                "format" : "WGS84-DD",
                "latitude" : 0.0,
                "longitude" : 0.0,
                "height" : 0.0
            },
            "language" : "IT",
            "note" : ""
        },
        "specification" : {
            "version" : "2.0",
            "id" : {
                "value" : "SinglePhaseCounterReading-2.0",
                "schemeID" : "SCPS"
            },
            "name" : "Single Phase Counter Reading",
            "uri" : "https://smartcityplatform.enea.it/specification/semantic/2.0/ontology/scps-ontology-2.0.owl#SinglePhaseCounterReading",
            "properties" : {
                "propertyDefinition" : [
                    {
                        "propertyName" : "ActiveEnergy",
                        "propertyDescription" : "Active energy withdrawn from the grid",
                        "dataType" : "double",
                        "unitOfMeasure" : "kilowattHour"
                    },
                    {
                        "propertyName" : "ActivePower",
                        "propertyDescription" : "Active power per phase",
                        "dataType" : "double",
                        "unitOfMeasure" : "kilowatt"
                    },
                    {
                        "propertyName" : "ApparentPower",
                        "propertyDescription" : "Apparent power",
                        "dataType" : "double",
                        "unitOfMeasure" : "kilovoltampere"
                    },
                    {
                        "propertyName" : "ElectricPanelID",
                        "propertyDescription" : "Identifier of the electric panel",
                        "dataType" : "string",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "LineCurrent",
                        "propertyDescription" : "Line current",
                        "dataType" : "double",
                        "unitOfMeasure" : "ampere"
                    },
                    {
                        "propertyName" : "PODID",
                        "propertyDescription" : "Point Of Delivery (POD) identifier",
                        "dataType" : "string",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "PhaseVoltage",
                        "propertyDescription" : "Phase voltage",
                        "dataType" : "double",
                        "unitOfMeasure" : "volt"
                    },
                    {
                        "propertyName" : "PowerFactor",
                        "propertyDescription" : "Power factor",
                        "dataType" : "double",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "ReactiveEnergy",
                        "propertyDescription" : "Reactive energy (inductiveEnergy + capacitiveEnergy)",
                        "dataType" : "double",
                        "unitOfMeasure" : "kilovoltamperereactivePerHour"
                    },
                    {
                        "propertyName" : "ReactivePower",
                        "propertyDescription" : "Reactive power",
                        "dataType" : "double",
                        "unitOfMeasure" : "kilovoltamperereactive"
                    },
                    {
                        "propertyName" : "TownCode",
                        "propertyDescription" : "Municipality ISTAT code",
                        "dataType" : "string",
                        "codeList" : "https://smartcityplatform.enea.it/specification/semantic/2.0/gc/TownCode.gc",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "coordinates",
                        "propertyDescription" : "Geographical reference",
                        "subProperties" : {
                            "propertyName" : [
                                "format",
                                "latitude",
                                "longitude",
                                "height"
                            ]
                        }
                    },
                    {
                        "propertyName" : "period",
                        "propertyDescription" : "Measurement period of the data reported in the row",
                        "subProperties" : {
                            "propertyName" : [
                                "start_ts",
                                "end_ts"
                            ]
                        }
                    },
                    {
                        "propertyName" : "format",
                        "propertyDescription" : "Wgs84 format in which the coordinates are expressed (optional attribute)",
                        "dataType" : "string",
                        "codeList" : "https://smartcityplatform.enea.it/specification/semantic/2.0/gc/FormatCode.gc",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "latitude",
                        "propertyDescription" : "Latitude",
                        "dataType" : "double",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "longitude",
                        "propertyDescription" : "Longitude",
                        "dataType" : "double",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "height",
                        "propertyDescription" : "Altitude (optional property)",
                        "dataType" : "double",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "start_ts",
                        "propertyDescription" : "Timestamp indicating the beginning of the period",
                        "dataType" : "dateTime",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "end_ts",
                        "propertyDescription" : "Timestamp indicating the end of the period",
                        "dataType" : "dateTime",
                        "unitOfMeasure" : "dimensionless"
                    }
                ]
            }
        },
        "values" : {
            "line" : [
                {
                    "id" : 1,
                    "coordinates" : {
                        "format" : "WGS84-DD",
                        "latitude" : 0.0,
                        "longitude" : 0.0,
                        "height" : 0.0
                    },
                    "period" : {
                        "start_ts" : "2000-12-31T00:00:00",
                        "end_ts" : "2000-12-31T23:59:00"
                    },
                    "property" : [
                        {
                            "name" : "ActiveEnergy",
                            "val" : " "
                        },
                        {
                            "name" : "ActivePower",
                            "val" : " "
                        },
                        {
                            "name" : "ApparentPower",
                            "val" : " "
                        },
                        {
                            "name" : "ElectricPanelID",
                            "val" : " "
                        },
                        {
                            "name" : "LineCurrent",
                            "val" : " "
                        },
                        {
                            "name" : "PODID",
                            "val" : " "
                        },
                        {
                            "name" : "PhaseVoltage",
                            "val" : " "
                        },
                        {
                            "name" : "PowerFactor",
                            "val" : " "
                        },
                        {
                            "name" : "ReactiveEnergy",
                            "val" : " "
                        },
                        {
                            "name" : "ReactivePower",
                            "val" : " "
                        },
                        {
                            "name" : "TownCode",
                            "val" : " "
                        }
                    ]
                }
            ]
        }
    }
}